projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0133dab
)
(bibtex-validate-globally): Fix typo in a message text:
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 6 Jan 2006 12:00:22 +0000
(12:00 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 6 Jan 2006 12:00:22 +0000
(12:00 +0000)
"Duplicat" => "Duplicate".
lisp/textmodes/bibtex.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/bibtex.el
b/lisp/textmodes/bibtex.el
index 10b2ca206e913afa436b2243bf8dd4c8048bb8fd..6bb3c0d642cbabb1be869f69f9b4cf7f3f8a931c 100644
(file)
--- a/
lisp/textmodes/bibtex.el
+++ b/
lisp/textmodes/bibtex.el
@@
-3539,7
+3539,7
@@
Return t if test was successful, nil otherwise."
(dolist (key (cdr (assq buffer buffer-key-list)))
(when (assoc-string key current-keys)
(bibtex-find-entry key)
- (push (format "%s:%d: Duplicat key `%s' in %s\n"
+ (push (format "%s:%d: Duplicat
e
key `%s' in %s\n"
(buffer-file-name) (bibtex-current-line) key
(abbreviate-file-name (buffer-file-name buffer)))
error-list))))))